From 647d1e167ff768464ab392050a3457c10e478fc6 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 3 Jun 2024 15:08:22 +0000 Subject: [PATCH] [PATCH] ITS#10221 - Remove extraneous quote Gbp-Pq: Name ITS-10221-Remove-extraneous-quote.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d231e0ed..e00d3803 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,7 @@ if test $ol_enable_perl != no ; then PERL_CPPFLAGS="$PERL_CPPFLAGS $opt" done PERL_LDFLAGS="" - for opt in `$PERLBIN" -MExtUtils::Embed -e ldopts`; do + for opt in `$PERLBIN -MExtUtils::Embed -e ldopts`; do case "$opt" in "-lc" ) continue;; -- 2.30.2